Noise2Noise is an image-denoising model which is trained on noisy data only. This implementation is based on the ICML 2018 paper by Jaakko Lehtinen et al.
Each image or frame in a batch will be transformed independently i.e. the noise added to each image will be different. The input tensor is also expected to ...